.zs-homebanner{
    display: table;
    width: 100%;
    height: 770px;
    margin-bottom: 66px;
    position: relative;
}
.zs-homebanner .pic{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 10;
}
.zs-homebanner .text{
    position: absolute;
    display: block;
    width: 82%;
    left: 9%;
    right: 9%;
    top: 35%;
    color: #FFFFFF;
    text-align: left;
    line-height: 1;
    z-index: 60;
}
.zs-homebanner .text .title{
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 30px;
}
.zs-homebanner .text .desc{
    font-size: 20px;
}
.zs-homebanner .text .btn{
    padding-top: 35px;
}
.zs-homebanner .text .btn a {
    display: block;
    width: 160px;
    height: 42px;
    line-height: 40px;
    color: #FFFFFF;
    border:1px solid #FFFFFF;
    font-size: 15px;
    border-radius: 21px;
    background-color: transparent;
    text-align: center;
}
.zs-homebanner .text.zs-black .btn a{
    color: #000;
    border:1px solid #000;
}
.zs-homebanner .swiper-container{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    z-index: 1;
    position: absolute;
    bottom: 0;
}
.zs-homebanner .swiper-button-prev{
    left: 30px;
}
.zs-homebanner .swiper-button-next{
    right: 30px;
}
.zs-homebanner .swiper-button-prev,.zs-homebanner .swiper-button-next{
    width: 46px;
    height: 46px;
    margin-top: -50px !important;
    border-radius: 50%;
    border: 1px solid #e4362d;
    background-color: #e4362d;
    opacity: 0.6;
}
.zs-homebanner .swiper-button-disabled{
    opacity: 0.2;
}
.zs-homebanner .swiper-button-prev:hover,.zs-homebanner .swiper-button-next:hover{
    opacity: 1;
}
.zs-homebanner .swiper-button-next:after,.zs-homebanner .swiper-button-prev:after{
    color: #FFFFFF;
    font-size: 18px;
}
.zs-homebanner .swiper-pagination{
    bottom: 95px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 50px;
    height: 3px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 1.5px;
    background: #FFFFFF;
    opacity: .3;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
}
.hmNums {
    position: absolute;
    left: 0;
    bottom: -60px;
    top: auto;
    transform: translateY(0);
    width: 100%;
    z-index: 88;
}
.hmNums ul {
    height: 126px;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
}
.hmNums li {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    padding-top: 32px;
    height: 120px;
}
.hmNums li .hmNmx {
    padding-left: 80px;
    position: relative;
    display: inline-block;
    text-align: left;
}
.hmNmx .nhmc1ico {
    position: absolute;
    left: 0;
    top: 50%;
    width: 66px;
    height: 66px;
    margin-top: -33px;
}
.nhmc1ico img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    max-width: 100%;
    height: auto;
}
.hmNums li strong {
    display: block;
    font: 32px/33px Din;
    color: #e4362d;
}
.hmNums li strong span {
    font-size: 32px;
    display: inline-block;
    margin-right: 5px;
}
.hmNums li strong i {
    font-style: normal;
    display: inline-block;
    position: relative;
    transform: translateY(-4px);
    letter-spacing: 1px;
}
.hmNums li p {
    margin: 0 0;
    font-size: 16px;
    line-height: 26px;
}
.zs-home-title{
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 55px;
}
.zs-home-title.pb30{
    padding-bottom: 35px;
}
.zs-home-title .title{
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
}
.zs-home-title .title a{
    color: #333333;
}
.zs-home-title.white .title{
    font-size: 32px;
}
.zs-home-title.white .title a,.zs-home-title.white .subtitle{
    color: #FFFFFF;
}
.zs-home-title .subtitle{
    font-size: 16px;
    padding-top: 25px;
}
.zs-home-title .tab{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 32px;
}
.zs-home-title .tab.tleft{
    justify-content: flex-start;
}
.zs-home-title .tab.tleft li{
    margin: 0 16px;
}
.zs-home-title .tab li{
    display: block;
    margin: 0 40px;
    font-size: 18px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.zs-home-title .tab li span{
    font-family: 宋体;
    font-size: 16px;
    padding: 0px 5px;
}
.zs-home-title .tab li.on,.zs-home-title .tab li:hover{
    color: #e4362d;
    font-weight: bold;
}
.zs-home-title .tab li:after{
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    border-radius: 1.5px;
    background-color: #e4362d;
    transition: all 0.35s;
}
.zs-home-title .tab li.on:after, .zs-home-title .tab li:hover:after {
    width: 100%;
    margin-left: -50%;
}
.zs-home-product{
    display: block;
    padding: 60px 0 80px 0;
    background-color: #f6f6f6;
}
.homeproduct-list{
    display: block;
    width: 100%;
}
.homeproduct-list ul {
    display: flex;
    margin: -24px 0 0 -24px;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeproduct-list li {
    width: calc(20% - 24px);
    margin: 24px 0 0 24px;
    position: relative;
    height: 236px;
    padding: 40px 36px;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
    overflow: hidden;
    border-radius: 10px;
    transition: all .4s ease;
}
.homeproduct-list li::before,
.homeproduct-list li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .4s ease;
}
.homeproduct-list li::before {
    background: linear-gradient(135deg, #fff, #fff);
    border: 2px solid #fff;
    border-radius: 5px;
    overflow: hidden;
}
.homeproduct-list li::after {
    background: linear-gradient(135deg, #e4362d, #c5170e);
    border-radius: 5px;
    overflow: hidden;
    opacity: 0;
}
.homeproduct-list li:hover {
    box-shadow: 12px 12px 21px 0 rgba(228, 54, 45, 0.29);
    transform: translateY(-2px);
}
.homeproduct-list li:hover::before {
    opacity: 0;
}
.homeproduct-list li:hover::after {
    opacity: 1;
}
.homeproduct-list li>div {
    position: relative;
    z-index: 4;
    transition: all .4s ease;
}
.homeproduct-list li>div.image {
    position: absolute;
    z-index: 2;
}
.homeproduct-list li .title {
    line-height: 1.1;
    color: #333;
    font-size: 22px;
}
.homeproduct-list li:hover .title {
    color: #fff;
}
.homeproduct-list li .text {
    line-height: 1.4;
    color: #848291;
    font-size: 15px;
    margin: 12px 0 16px;
}
.homeproduct-list li:hover .text {
    color: #fff;
}
.homeproduct-list li .link {
    width: 100%;
    display: flex;
    font-size: 14px;
    position: absolute;
    bottom: 65px;
}
.homeproduct-list li .link a {
    display: block;
    font-size: 15px;
    padding-right: 15px;
    background: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-arrRH.svg') no-repeat right -3px center/16px auto;
    position: relative;
    color: #e4362d;
    transition: all .4s ease;
}
.homeproduct-list li .link a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: #e4362d;
    left: 0;
    bottom: 0;
    transition: all .4s ease;
}
.homeproduct-list li .link a:hover:after {
    width: 100%;
}
.homeproduct-list li:hover .link a {
    color: #fff;
    background-image: url('https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-arrRW.svg');
}
.homeproduct-list li:hover .link a::after {
    background: #fff;
}
.homeproduct-list li .image {
    width: 61.3%;
    right: 18px;
    bottom: 12px;
    text-align: right;
}
.homeproduct-list li .image img {
    max-width: 100%;
    max-height: 116px
}

.zs-home-service{
    display: block;
    padding: 100px 0 0 0;
    background: #FFFFFF  no-repeat right center / 100% 100%;
    height: 703px;
    position: relative;
}
.homeservice-list{
    display: flex;
    width: 100%;
    height: 460px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.homeservice-list li{
    display: block;
    width: 33.333333%;
    height: 460px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}
.homeservice-list li:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 0;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homeservice-hover.png) no-repeat center center;
    z-index: 2;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.homeservice-list li:hover:before{
    height: 100%;
}
.homeservice-list li .text{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
    padding: 10.9% 6% 0 6%;
    position: relative;
    color: #FFFFFF;
    z-index: 10;
}
.homeservice-list li .text .subtitle{
    font-size: 22px;
}
.homeservice-list li .text .line{
    display: block;
    width: 20px;
    height: 3px;
    background-color: #FFFFFF;
    margin-top: 20px;
    opacity: 0;
}
.homeservice-list li:hover .text .line{
    opacity: 1;
}
.homeservice-list li .text .title{
    font-size: 38px;
    margin-top: 22px;
}
.homeservice-list li .text .desc{
    position: absolute;
    width: 100%;
    padding: 0 6% 0 6%;
    left: 0;
    height: 0;
    overflow: hidden;
    bottom: 6.25%;
    font-size: 16px;
    line-height: 1.5;
    transition: all 0.5s;
}
.homeservice-list li:hover .text .desc{
    height: auto;
}
.zs-home-about{
    display: block;
    padding: 85px 0 80px 0;
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homeabout.jpg) no-repeat right center / 100% 100%;
    height: 906px;
}
.homeabout-box{
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
}
.homeabout-box .pic{
    width: 43%;
    position: relative;
}
.homeabout-box .pic img{
    display: block;
    margin: -70px auto 0 auto;
}
.zs-call-use{
    width: 60px;
    height: 60px;
    position: absolute;
    display: block;
    z-index: 0;
    cursor: pointer;
    left: 50%;
    zoom: 1.5;
    top: 50%;
    z-index: 100;
    margin: -30px 0 0 -40px;
}
.zs-call-use::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/icon-play.svg) no-repeat center center;
    background-size: 18px;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #FFFFFF;
    z-index: 101;
    font-family: Microsoft YaHei;
    zoom:0.6;
}
@keyframes scaleout {
    0% {
        transform: scale(0.8);
        -webkit-transform: scale(0.2);
        opacity: 1;
    }
    100% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}
.zs-call-use .spinner1 {
    opacity: 0;
    position: absolute;
    width: 110px;
    height: 110px;
    top: -25px;
    left: -25px;
    background-color: #ed0808;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 1s infinite ease-in-out;
    animation: scaleout 2s 1s infinite ease-in-out;
}
.zs-call-use .spinner2 {
    opacity: 0;
    position: absolute;
    top: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    background-color: #ed0808;
    border-radius: 100%;
    -webkit-animation: scaleout 2s .5s infinite ease-in-out;
    animation: scaleout 2s .5s infinite ease-in-out;
}
.zs-call-use .spinner3 {
    opacity: 0;
    position: absolute;
    top: -40px;
    left: -40px;
    width: 140px;
    height: 140px;
    background-color: #ed0808;
    border-radius: 100%;
    -webkit-animation: scaleout 2s 0s infinite ease-in-out;
    animation: scaleout 2s 0s infinite ease-in-out;
}  
.homeabout-box .text{
    width: 55%;
    margin-top: -15px;
    padding-top: 0px;
    padding-right: 3.5%;
}
.homeabout-box .text .ha-logo{
    padding-bottom: 60px;
}
.homeabout-box .text .title{
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 30px;
}
.homeabout-box .text .desc{
    font-size: 16px;
    line-height: 32px;
    color: #808080;
}
.homeabout-box .text .number{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 45px;
    padding-right: 50px;
}
.homeabout-box .text .number li{
    width: auto;
    padding-right: 35px;
}
.homeabout-box .text .number li strong{
    font-size: 30px;
    font-weight: normal;
    color: #e4362d;
}
.homeabout-box .text .number li strong i{
    font-family: 'DIN';
    font-size: 60px;
}
.homeabout-box .text .number li span{
    display: flex;
    font-size: 16px;
    color: #808080;
}
.homeabout-box .text .link{
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 60px;
}
.homeabout-box .text .link .more a{
    display: flex;
    font-size: 16px;
    line-height: 32px;
    color: #e4362d;
}
.homeabout-box .text .more a .icon{
    display: block;
    width: 32px;
    height: 32px;
    margin-left: 12px;
    background: #e4362d url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/img-news-icon.png) no-repeat center center;
    background-size: 13px 13px;
    border-radius: 50%;
}
.homeabout-box .text .contact{
    display: block;
    width: 90px;
    height: 40px;
    margin-left: 65px;
    line-height: 40px;
    color: #FFF;
    font-size: 14px;
    border-radius: 6px;
    background-color: #e4362d;
    text-align: center;
}
.homeabout-box .text .link a:hover{
    opacity: 0.8;
}

.zs-home-solution{
    display: block;
    padding: 70px 0 0 0;
    background-color: #FFFFFF;
}
.homesolution-box {
    margin-top: 0x;
    position: relative;
    background-color: #f2f6fa;
    transition: background-color .3s;
}
.homesolution-list {
    position: relative;
    z-index: 1;
    max-width: 1920px;
    width: 100%;
    height: 708px;
    margin: 0 auto;
    font-size: 0;
    overflow: hidden;
}
.homesolution-list a{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    height: 354px;
    box-sizing: border-box;
    border-right: 1px solid #d0d9e6;
    border-bottom: 1px solid #d0d9e6;
    background-color: rgba(31,49,86,0);
    transition: border-color .3s ease;
}
.homesolution-list a:nth-child(5n+1) {
    border-left: 1px solid #d0d9e6;
}
.homesolution-list a:nth-child(5n) {
    border-right: none;
}
.homesolution-list a .pic {
    position: relative;
    z-index: 2;
    height: 100%;
    overflow: hidden;
}
.homesolution-list a .pic img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 1;
    transition: opacity .3s ease;
}
.homesolution-list a .pic .text {
    position: relative;
    padding: 48px 39px;
    height: 100%;
}
.homesolution-list a:hover .pic .text{
    background: linear-gradient(135deg, rgba(228,54,45,0.8), rgba(197,23,14,0.8));
}
.homesolution-list a .pic .text h3 {
    margin-bottom: 20px;
    transition: color .3s ease;
    font-size: 20px;
    color: #222;
    line-height: 28px;
    font-weight: 600;
}
.homesolution-list a .pic .text .desc {
    margin-bottom: 20px;
    transition: color .3s ease;
    font-size: 20px;
    color: #222;
    line-height: 28px;
    font-weight: 600;
    opacity: .9;
    font-size: 14px;
    color: #222;
    line-height: 24px;
    font-weight: 400;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.homesolution-list a:hover .pic .text h3,.homesolution-list a:hover .pic .text .desc{
    color: #FFFFFF;
}
.homesolution-list a .pic .text .link {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 106px;
    left: 39px;
    overflow: hidden;
}
.homesolution-list a:hover .pic .text .link {
    width: 84px;
    transition: width .5s ease .15s;
}
.homesolution-list a .pic .text .link span {
    font-size: 14px;
    color: #333;
    line-height: 20px;
    font-weight: 600;
    opacity: 0;
}
.homesolution-list a:hover .pic .text .link span {
    opacity: 1;
    color: #FFF;
    transition: opacity .5s ease .28s;
}
.homesolution-list a .pic .text .link i{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/arrow_61c51ce.png) no-repeat -25px 0;
    background-size: 70px 20px;
}
.homesolution-list a:hover .pic .text .link i {
    animation: Xg23_kvx .9s ease .8s infinite;
}
.homesolution-list a:hover .pic .text .link i {
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/arrow_61c51ce.png) no-repeat 0 0;
    background-size: 70px 20px;
}
.homesolution-list a .pic-big {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -3;
    overflow: hidden;
}
.zs-home-solution-full{
    display: block;
    padding: 80px 0 80px 0;
    background-color: #f6f6f6;
}
.hsf-navslist {
    -webkit-font-smoothing: antialiased;
    width: 100%;
}
.hsf-navslist .navs{
    font-size: 0;
    margin: 20px -10px -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.hsf-navslist .navs>li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 20px;
}
.hsf-navslist .navs>li .nav{
    display: block;
    height: 100%;
}
.hsf-navslist .navs>li .nav-inner {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 24px 20px;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
    border-radius: 10px;
}
.hsf-navslist .navs>li:hover .nav-inner{
    background: linear-gradient(135deg, #e4362d, #c5170e);
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.hsf-navslist .navs>li .nav-inner .nav-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    bottom: 24px;
    right: 20px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top;
}
.hsf-navslist .navs>li .nav-inner .nav-cnt {
    max-width: calc(100% - 56px);
    overflow: hidden;
}
.hsf-navslist .navs>li .nav-inner .nav-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color .3s ease-in-out;
}
.hsf-navslist .navs>li:hover .nav-inner .nav-title,.hsf-navslist .navs>li:hover .nav-inner .nav-desc,.hsf-navslist .navs>li:hover .nav-inner .nav-desc.red{
    color: #FFFFFF;
}
.hsf-navslist .navs>li .nav-inner .nav-desc {
    margin-top: 8px;
    font-size: 14px;
    line-height: 22px;
    color: #848291;
    opacity: .8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 44px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hsf-navslist .navs>li .nav-inner .nav-desc.red{
    color: #e4362d;
}
.hsf-card{
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    justify-content: space-between;
}
.hsf-card .item{
    display: block;
    width: 265px;
    height: 430px;
    position: relative;
    transition: All 0.3s ease-in-out;
    background: #FFFFFF;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.55);
    border-radius: 5px;
}
.hsf-card .item.cur{
    width: 680px;
    overflow: hidden;
}
.hsf-card .item .text-con{
    display: none;
}
.hsf-card .item.cur .text-con{
    display: block;
}
.hsf-card .item .text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 22px 18px;
    z-index: 10;
}
.hsf-card .item .text .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    position: relative;
    cursor: pointer;
    color: #fff;
    z-index: 2;
    display: block;
}
.hsf-card .item .text .desc {
    padding-top: 10px;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    white-space: pre-wrap;
}
.hsf-card .item.cur .text .desc{
    display: none;
}
.hsf-card .item.cur .text .title,.hsf-card .item.cur .text .desc{
    color: #333333;
}
.hsf-card .pic{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 8;
}
.hsf-card .item.cur .pic{
    opacity: 0.3;
}
.hsf-card .pic.bg01{
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homesolution-full01.jpg) no-repeat right center;
    background-size: auto 100%; 
}
.hsf-card .pic.bg02{
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homesolution-full02.jpg) no-repeat right center;
    background-size: auto 100%; 
}
.hsf-card .pic.bg03{
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homesolution-full03.jpg) no-repeat right center;
    background-size: auto 100%; 
}
.hsf-card .pic.bg04{
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homesolution-full04.jpg) no-repeat right center;
    background-size: auto 100%; 
}
.hsf-card .pic.bg05{
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-homesolution-full05.jpg) no-repeat right center;
    background-size: auto 100%;  
}
.hsfc-list{
    margin-top: 12px;
}
.hsfc-list .list-item{
    padding-left: 24px;
    background: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/tpm1-list-blue-hook_db8.svg) no-repeat left center;
    background-size: 16px 16px; 
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.hsfc-card-case{
    margin-top: 20px;
}
.hsfc-card-case .group__logo{
    display: flex;
    margin-top: 12px;
}
.hsfc-card-case .group__logo a{
    margin: 0 16px 12px 0;
    position: relative;
    width: 120px;
    padding: 12px;
    height: 50px;
    box-sizing: border-box;
    box-shadow: none;
    background: #fff;
    border: 1px solid #e5e8ed;
    border-radius: 4px;
}
.hsfc-card-case .group__logo a:hover{
    box-shadow: 0px 3px 10px rgba(228, 54, 45, 0.15);
}
.hsfc-card-case .group__logo img{
    width: 100%;
    max-width: 160px;
}
.hsfc-card-prod{
    margin-top: 20px;
}
.hsfc-card-prod .group__prod {
    display: flex;
    margin-top: 12px;
}
.hsfc-card-prod .group__prod a{
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-right: 16px;
    line-height: 22px;
}
.hsfc-card-prod .group__prod a img{
    width: 20px;
    margin-right: 8px;
}
.hsfc-card-btns{
    display: flex;
    margin-top: 36px;
}
.hsfc-card-btns .btn--primary{
    display: inline-block;
    box-sizing: border-box;
    min-width: 248px;
    height: 36px;
    padding: 0 24px;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #e4362d;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.hsfc-card-btns .btn--white{
    display: inline-block;
    box-sizing: border-box;
    min-width: 248px;
    height: 36px;
    padding: 0 24px;
    color: #333;
    font-size: 14px;
    line-height: 34px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    outline: 0 none;
    cursor: pointer;
    border-radius: 5px;
    margin-left: 20px;
    box-shadow: 8px 8px 20px 0 rgba(55,99,170,.1);
}
.hsfc-card-btns .btn--primary:hover,.hsfc-card-btns .btn--white:hover{
    opacity: 0.8;
}


.zs-home-case{
    display: block;
    padding: 80px 0 80px 0;
    background:#f7f7f9 url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/1648192804406583.png) no-repeat center bottom;
    background-size: 100% auto; 
}
.indal-more {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}
.indal-menu {
    flex: 0 0 232px;
    width: 232px;
    padding: 14px 0;
    position: relative;
    overflow: hidden;
    font-size: 18px;
    box-shadow: 17px 17px 29px 0 rgba(85, 98, 151, 0.13);
    border-radius: 3px;
    background: linear-gradient(to bottom, #f7f7fd, #fff);
}

.indal-menu::after {
    content: "";
    border: 2px solid #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.indal-menu li {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 4;
    height: 60px;
    padding: 0 48px;
    color: #333333;
    transition: all .4s ease;
    cursor: pointer;
}

.indal-menu li span {
    position: relative;
    z-index: 4;
}

.indal-menu li.active,.indal-menu li.on,
.indal-menu li:hover {
    color: #e4362d;
}

.indal-menu li::before {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    height: 100%;
    background: #fff;
    transition: all .4s ease;
}

.indal-menu li.active::before,.indal-menu li.on::before {
    width: 100%;
}

.indal-menu li::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    left: 0;
    width: 3px;
    height: 0;
    background: #e4362d;
    z-index: 2;
    transition: all .4s ease;
}

.indal-menu li.active::after,.indal-menu li.on::after {
    height: 20px;
}
.indal-loop {
    flex: 0 0 940px;
    width: 940px;
    height: 100%;
    padding-left: 74px;
}

.indal-loop .swiper-container {
    padding: 52px 0;
}

.indal-loop-info {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding-top: 30px;
}

.indal-loop-info .cont {
    width: 100%;
    padding-bottom: 40px;
}

.indal-loop-info .cont .title {
    display: flex;
    align-items: center;
    color: #222;
    font-size: 20px;
}
.indal-loop-info .cont .title img{
    margin-right: 5px;
}
.indal-loop-info .cont .text {
    color: #676571;
    margin-top: 16px;
    font-size: 15px;
    line-height: 26px;
}

.indal-loop-info .logo {
    display: flex;
    width: 100%;
    margin-top: 38px;
}

.indal-loop-info .logo li {
    cursor: pointer;
    width: 184px;
    height: 76px;
    margin-left: 12px;
    border-radius: 3px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    transition: all .4s ease;
}

.indal-loop-info .logo li img {
    max-width: 100%;
    max-height: 100%;
    transition: all .4s ease;
}

.indal-loop-info .logo li .title,
.indal-loop-info .logo li .text {
    display: none;
}

.indal-loop-info .logo li:first-child {
    margin-left: 0;
}

.indal-loop-info .logo li:hover {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}

.indal-loop-info .logo li.active {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}

.indal-loop-info .cont,
.indal-loop-info .logo {
    opacity: 1
}

.swiper-slide-active .indal-loop-info .cont {
    animation: indalRun .8s ease both .2s;
}

.swiper-slide-active .indal-loop-info .logo {
    animation: indalRun .8s ease both .3s;
}
.zs-home-client{
    display: block;
    padding: 60px 0 60px 0;
    background-color: #FFFFFF;
}
.case-card-list{
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    min-height: 240px;
    margin-bottom: 30px;
}
.ac-list{
    display: block;
    width: 100%;
    min-height: 240px;
    position: absolute;
    list-style: none;
    overflow: hidden;
    z-index: 1;
    padding-top: 10px;
    margin-top: -10px;
    padding: 10px 18px 0 18px;
}
.ac-list .swiper-wrapper{
    padding: 0 0;
}
.ac-list li{
    padding: 0 0;
}
.case-card-list .swiper-button-prev, .case-card-list .swiper-button-next {
    width: 35px;
    height: 35px;
    border: none !important;
}
.case-card-list .swiper-button-prev{
    left: 0;
    top: 45%;
}
.case-card-list .swiper-button-next{
    right: 0;
    top: 45%;
}
.case-card-list .swiper-button-next:after, .case-card-list .swiper-button-prev:after {
    color: #FFF;
    font-size: 20px;
}
.case-card {
    display: block;
    box-sizing: border-box;
    width: auto;
    height: 210px;
    background-image: linear-gradient(0deg,#fff,#f3f5f8);
    box-shadow: 0px 6px 20px rgba(231,231,231,0.65);
    border-radius: 10px;
    white-space: normal;
    position: relative;
}
.case-card:hover{
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.case-card__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    pointer-events: none;
    opacity: 0;
}
.case-card__inner {
    position: relative;
    z-index: 1;
    padding: 53px 32px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.case-card__object {
    width: 40px;
    margin-right: 20px;
}
.case-card__logo {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.case-card__main {
    -ms-flex: 1;
    flex: 1;
    width: 1px;
    position: relative;
    z-index: 1;
}
.case-card__main:before {
    content: "";
    position: absolute;
    left: -12px;
    top: -27px;
    z-index: -1;
    width: 57px;
    height: 46px;
    background-image: url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/sprite.Main-202308241038.svg);
    background-position: 47.89915966386555% 70.37037037037037%;
    background-size: 308.77192982456137% auto;
}
.case-card__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    max-height: 84px;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    line-height: 24px;
    max-height: 112px;
}
.case-card__name {
    margin-top: 24px;
    font-size: 16px;
    color: #293957;
    text-align: right;
    line-height: 28px;
}
.logo-card{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
}
.logo-card li {
    display: inline-block;
    vertical-align: top;
    width: 12.5%;
    padding: 0 20px 16px 0;
}
.logo-card li:nth-child(8n){
    padding-right: 0;
}
.logo-card li a {
    width: 100%;
    background: #fff;
    box-shadow: 0px 6px 20px rgba(231,231,231,0.65);
    border-radius: 8px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    height: 90px;
    padding: 20px;
}
.logo-card li:hover a {
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.logo-card li a img {
    width: auto;
    max-width: 160px;
    height: auto;
    max-height: 50px;
    font-size: 0!important;
    line-height: 0!important;
}
@keyframes indalRun {
    0% {
        opacity: 0;
        transform: translateY(16px);
        filter: blur(4px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
}

.zs-home-server{
    display: block;
    padding: 115px 0 130px 0;
    background: #FFFFFF url(https://cdn6.zhuocms.com/storage/wwwzhiliaonetcom/img/bg-home-server.jpg) no-repeat right center / 100% 100%;
    height: 703px;
}
.zs-home-server .list {
    margin-top: 90px;
    display: flex;
}
.zs-home-server .list .item {
    width: 16.66667%;
    height: 264px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    background-color: rgba(228, 54, 45, 0.8);
}
.zs-home-server .list .item:nth-child(2n) {
    background-color: rgba(228, 54, 45, 0.9);
}
.zs-home-server .list .item .top {
    width: 100%;
    font-family: 'Landon';
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}
.zs-home-server .list .item .desc {
    width: 100%;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    margin-top: 25px;
    text-align: center;
}

.zs-home-news{
    display: block;
    padding: 80px 0 75px 0;
    background-color: #FFFFFF;
}
.homenews-box{
    display: flex;
    width: 100%;
    height: 634px;
    justify-content: space-between;
}
.homenews-box .focus{
    flex: 0 0 744px;
    width: 744px;
    height: 100%;
    position: relative;
    background: #f7f8fc;
    border-radius: 8px;
    overflow: hidden;
}
.homenews-box .focus .pic{
    height: 417px;
    -webkit-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.homenews-box .focus .textbox{
    padding: 32px 32px 0;
}
.homenews-box .focus .text {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
}
.homenews-box .focus .tag{
    background: rgba(0,102,255,.1);
    border-radius: 4px;
    font-size: 16px;
    color: #e4362d;
    letter-spacing: 0;
    text-align: right;
    font-weight: 500;
    width: 88px;
    display: block;
    height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
    text-align: center;
    margin-right: 12px;
}
.homenews-box .focus .title {
    cursor: pointer;
    -moz-box-flex: 1;
    flex: 1 1;
    font-size: 24px;
    color: #111f2c;
    line-height: 32px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.homenews-box .focus .desc{
    margin-top: 16px;
    font-size: 16px;
    color: rgba(17,31,44,.6);
    text-align: justify;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.homenews-box .focus .date{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    position: absolute;
    bottom: 32px;
    font-size: 14px;
    color: rgba(17,31,44,.32);
}
.homenews-box .homenews-list{
    display: flex;
    width: 1045px;
    justify-content: space-between;
}
.homenews-box .homenews-list .cardWrap{
    display: block;
    width: 502px;
    height: 634px;
    background: #f7f8fc;
    padding: 24px;
    border-radius: 10px;
}
.homenews-box .homenews-list .head{
    display: -moz-box;
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    height: 28px;
    line-height: 28px;
}
.homenews-box .homenews-list .head .cardTitle{
    font-size: 20px;
    color: #111f2c;
    font-weight: 500;
}
.homenews-box .homenews-list .head .more{
    font-size: 16px;
    color: #e4362d;
    letter-spacing: 0;
    text-align: justify;
    cursor: pointer;
    font-weight: 400;
}
.homenews-box .homenews-list .cardContent{
    padding-top: 10px;
}
.homenews-box .homenews-list .cardContent .cardItem{
    padding: 15px 0 15px 0;
    height: 110px;
    display: -moz-box;
    display: flex;
}
.homenews-box .homenews-list .cardContent .cardItem .pic {
    height: 80px;
    width: 128px;
    margin-right: 20px;
    border-radius: 4px;
    display: block;
    overflow: hidden;
}
.homenews-box .homenews-list .cardContent .cardItem .pic img {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    height: 100%;
    width: 100%;
}
.homenews-box .homenews-list .cardContent .cardItem:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.homenews-box .homenews-list .cardContent .cardItem .text{
    -moz-box-flex: 1;
    flex: 1 1;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -moz-box-pack: justify;
    justify-content: space-between;
}
.homenews-box .homenews-list .cardContent .cardItem .text .textTitle{
    line-height: 22px;
    font-size: 16px;
    color: #111f2c;
    margin: 0 0;
    font-weight: normal;
}
.homenews-box .homenews-list .cardContent .cardItem:hover .text .textTitle {
    color: #e4362d;
}
.homenews-box .homenews-list .cardContent .cardItem .text .textDate{
    font-size: 14px;
    color: rgba(17,31,44,.32);
}
.zs-home-article{
    display: block;
    padding: 80px 0 75px 0;
    background-color: #F6F6F6;
}
.homearticle-list{
    display: block;
    width: 100%;
}
.homearticle-list ul{
    display: flex;
    width: 100%;
    justify-content: space-between;  
}
.homearticle-list .hl-left{
    flex: 0 0 32%;
    width: 32%;
    height: 493px;
    overflow: hidden;
    background-color: #FFF;
}
.homearticle-list .hl-left:hover{
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.hl-left .img {
    position: relative;
    width: 100%;
    height: 340px;
}
.hl-left .img img {
    display: block;
    width: 100%;
    height: 340px;
}
.hl-left .info {
    padding: 24px;
}
.hl-left .info .info-top {
    display: flex;
    height: auto;
    overflow: hidden;
}
.info-top .time,
.hl-right .time {
    width: 100px;
    height: 100px;
    background-color: #ef8681;
    z-index: 10;
    border-radius: 3px;
}
.info-top .time span,
.hl-right .time span {
    display: block;
    color: #FFF;
    width: 100px;
    line-height: 50px;
    text-align: center;
}
.info-top .time span:first-child {
    font-weight: bold;
}
.info-top .time .day {
    background-color: #e4362d;
    border-radius: 3px;
}
.hl-left .info .info-right {
    width: 85%;
    margin: 0 0 0 16px;
}
.hl-left .info-right .title{
    font-size: 20px;
    font-weight: bold;
    height: 32px;
    overflow: hidden;
}
.hl-left .info-right .desc {
    font-size: 15px;
    color: #848291;
    line-height: 23px;
    margin-top: 5px;
}
.homearticle-list .hl-right {
    width: 68%;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: wrap;
}
.homearticle-list .hl-right li {
    margin: 0 0 24px 24px;
    padding: 24px;
    display: inline-block;
    background-color: #FFF;
    position: relative;
    width: 47.5%;
}
.homearticle-list .hl-right li:hover{
    box-shadow: 0px 6px 20px rgba(228, 54, 45, 0.29);
}
.homearticle-list .fs30{
    font-size: 30px;
}
.homearticle-list .fs20{
    font-size: 20px;
}
.homearticle-list .fs18{
    font-size: 18px;
}
.hl-right li a {
    display: flex;
    width: 100%;
}
.hl-right li .time {
    background: #fff1f0;
    border-radius: 3px;
}
.hl-right li .time .day {
    background: #fededc;

}
.hl-right li .time span:first-child {
    font-weight: bold;
}
.hl-right li .time span {
    display: block;
    color: #222;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.hl-right li .more {
    width: 78%;
    margin-left: 24px;
}
.hl-right li .more b {
}
.hl-right li .more span {
    font-size: 15px;
    color: #848291;
    line-height: 23px;
    margin-top: 5px;
}
.lm1, .lmm1 {
    white-space: nowrap;
    display: block;
    -webkit-box-orient: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lm {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.lm3, .lmm3 {
    -webkit-line-clamp: 3;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){



}

/*Mobile v1*/
@media only screen and (max-width:767px){
.zs-homebanner .swiper-button-prev, .zs-homebanner .swiper-button-next{
  display: none;
}
.zs-homebanner {
    height: 360px;
    margin-bottom: 66px;
}
.zs-homebanner .text .title {
    font-size: 22px;
    padding-bottom: 10px;
}
.zs-homebanner .text .desc {
    font-size: 15px;
    line-height: 1.45;
}
.zs-homebanner .text {
    width: 88%;
    left: 6%;
    right: 6%;
    top: 10%;
}
.zs-homebanner img {
    border: 0;
    width: auto;
    height: 100%;
    object-fit: cover;
}
.zs-homebanner .text .btn {
    padding-top: 25px;
}
.zs-homebanner .text .btn a {
    width: 120px;
    height: 32px;
    line-height: 30px;
    font-size: 14px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
    margin: 0 5px;
}
.zs-homebanner.product-banner .swiper-pagination {
    bottom: 15px;
}
    .zs-home-title {
        display: block;
        width: 92%;
        margin: 0 auto;
        text-align: center;
        padding-bottom: 25px;
    }
    .zs-home-title .title {
        font-size: 21px !important;
        line-height: 1.35;
    }
.logo-card li {
    display: inline-block;
    vertical-align: top;
    width: 30.9%;
    margin: 0 3% 12px 0;
    padding: 0;
}
.logo-card li a img {
    width: auto;
    max-width: 100%;
    height: auto;
}
    .logo-card li:nth-child(3n) {
        margin-right: 0 !important;
    }
.logo-card li:nth-child(8n) {
    margin-right: 3%;
}
.logo-card li a {
    height: 55px;
    padding: 10px;
}

.hmNums ul {
    height: auto;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 15px;
    padding-left: 10px;
}
.hmNums li {
    flex: 0 0 50%;
    width: 50%;
    float: none;
    padding-top: 32px;
    height: auto;
    text-align: left;
}
.hmNums li .hmNmx {
    padding-left: 42px;
}
.hmNmx .nhmc1ico {
    position: absolute;
    left: 0;
    top: 50%;
    width: 38px;
    height: 38px;
    margin-top: -20px;
}
.hmNums li strong {
    font: 18px/22px Din;
}
.hmNums li strong span {
    font-size: 22px;
}
.hmNums li p {
    font-size: 12px;
    line-height: 26px;
}
.zs-home-product {
    padding: 30px 0 30px 0;
}
.homeproduct-list ul {
    margin: -24px 0 0 -15px;
}
.homeproduct-list li {
    width: calc(50% - 15px);
    margin: 18px 0 0 15px;
    height: 180px;
    padding: 20px 16px;
}
.homeproduct-list li .image {
    width: 30%;
}
.homeproduct-list li .title {
    font-size: 18px;
}
.homeproduct-list li .text {
    font-size: 14px;
    margin: 10px 0 12px;
}
.homeproduct-list li .link {
    position: relative;
    bottom: 0;
}
.homeproduct-list li .link a {
    font-size: 14px;
    padding-right: 15px;
}
.homeproduct-list li .image img {
    max-height: 90px;
}
.zs-home-solution {
    padding: 30px 0 0 0;
}
.homesolution-list {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.homesolution-list a {
    width: 50%;
    height: 280px
}
.homesolution-list a .pic .text {
    padding: 28px 19px;
}
.homesolution-list a .pic .text h3 {
    margin-bottom: 10px;
    font-size: 18px;
}
.homesolution-list a .pic .text .desc {
    -webkit-line-clamp: 4;
}
.homesolution-list a .pic .text .link {
    bottom: 60px;
    left: 19px;
}
.zs-home-solution-full {
    padding: 30px 0 30px 0;
}

.hsf-card {
    display: flex;
    width: 100%;
    padding-bottom: 20px;
    justify-content: flex-start;
    flex-direction: column;
}
.hsf-card .item {
    display: block;
    width: 100%;
    height: 230px;
    margin-bottom: 15px;
}
.hsf-card .item.cur {
    width: 100%;
    height: 500px;
    overflow: hidden;
}
.hsf-card .item .text .title {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000;
}
.hsf-card .item .text .desc {
    color: #333;
}
.hsf-card .pic {
    background-position: right bottom !important;
    background-size: auto 150% !important;
}
.hsf-card .item.cur .pic {
    background-position: right center !important;
    background-size: auto 100% !important;
}

.hsfc-card-case .group__logo {
    display: flex;
    margin-top: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.hsfc-card-case .group__logo a {
    margin: 0 10px 12px 0;
    width: 30%;
    padding: 12px;
    height: 45px;
}
.hsfc-card-prod .group__prod {
    display: flex;
    margin-top: 12px;
    flex-direction: row;
    flex-wrap: wrap;
}
.hsfc-card-prod .group__prod a {
    display: flex;
    align-items: center;
    font-size: 13px;
    width: 32%;
    margin-right: 0;
    line-height: 22px;
}
.hsfc-card-prod .group__prod a img {
    width: 16px;
    margin-right: 3px;
}
.hsfc-card-btns .btn--primary {
    min-width: 45%;
}
.hsfc-card-btns .btn--white {
    min-width: 45%;
}
.hsf-navslist .navs {
    font-size: 0;
    margin: 20px -6px -20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
}
.hsf-navslist .navs>li {
    width: 100%;
    padding: 0 6px;
    margin-bottom: 12px;
}
.zs-home-service {
    padding: 30px 0 0 0;
    height: auto;
}
.homeservice-list {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    bottom: 0;
    flex-direction: column;
}
.homeservice-list li {
    display: block;
    width: 100%;
    height: 360px;
}
.homeservice-list li .text .subtitle {
    font-size: 18px;
}
.homeservice-list li .text .title {
    font-size: 30px;
    margin-top: 12px;
}
.homeservice-list li .text .desc {
    height: auto !important;
}
.zs-home-about {
    padding: 85px 0 45px 0;
    height: auto;
}
.homeabout-box {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
}
.homeabout-box .pic {
    width: 100%;
    position: relative;
}
.homeabout-box .pic img {
    margin: -70px auto 0 auto;
    width: 100%;
}
.homeabout-box .text {
    width: 100%;
    margin-top: 38px;
    padding-top: 0px;
    padding-right: 0;
}
.homeabout-box .text .ha-logo {
    padding-bottom: 30px;
}
.homeabout-box .text .ha-logo img{
    height: 35px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.homeabout-box .text .title {
    font-size: 18px;
    padding-bottom: 0px;
    text-align: center;
}
.homeabout-box .text .desc {
    font-size: 15px;
    line-height: 1.8;
}
.homeabout-box .text .number {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 15px;
    padding-right: 0;
    flex-direction: row;
    flex-wrap: wrap;
}
.homeabout-box .text .number li {
    width: 50%;
    padding-right: 0;
    margin-bottom: 10px;
}
.homeabout-box .text .number li strong i {
    font-size: 38px;
}
.zs-home-client {
    padding: 35px 0 35px 0;
}
.zs-home-news {
    padding: 30px 0 35px 0;
}
.homenews-box {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
}
.homenews-box .focus {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.homenews-box .focus .pic {
    height: 220px;
}
.homenews-box .focus .textbox {
    padding: 18px 20px 10px;
}
.homenews-box .focus .title {
    font-size: 18px;
    width: 0;
}
.homenews-box .focus .tag {
    font-size: 15px;
}
.homenews-box .focus .desc {
    margin-top: 14px;
    font-size: 14px;
}
.homenews-box .focus .date {
    height: 30px;
    line-height: 20px;
    position: relative;
    bottom: unset;
    font-size: 14px;
}
.homenews-box .homenews-list {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.homenews-box .homenews-list .cardWrap {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 15px;
}
.homenews-box .homenews-list .head .cardTitle {
    font-size: 18px;
}
.homenews-box .homenews-list .head .more {
    font-size: 14px;
}
.homenews-box .homenews-list .cardContent .cardItem {
    padding: 10px 0 10px 0;
    height: 100px;
}
.homenews-box .homenews-list .cardContent .cardItem .pic {
    height: 80px;
    width: 128px;
    margin-right: 15px;
}
.homenews-box .homenews-list .cardContent .cardItem .text .textTitle {
    line-height: 22px;
    font-size: 15px;
    height: 45px;
    overflow: hidden;
}
.zs-home-article {
    padding: 30px 0 35px 0;
}
.zs-home-article .zs-home-title{
    width: 100%;
}
.tab-swiper {
    padding-top: 0;
    margin-top: -18px;
    height: 86px;
}
.homearticle-list ul {
    display: flex;
    width: 100%;
    justify-content: flex-start;
    flex-direction: column;
}
.homearticle-list .hl-left {
    flex: 0 0 100%;
    width: 100%;
    height: auto;
}
.hl-left .img {
    height: 220px;
}
.hl-left .img img {
    height: 220px;
}
.hl-left .info .info-right {
    width: 0;
    flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    margin: 0px 0 0 16px;
}
.hl-left .info-right .title {
    font-size: 16px;
}
.hl-left .info-right .desc {
    font-size: 14px;
}
.homearticle-list .hl-right {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 20px;
}
.homearticle-list .hl-right li {
    margin: 0 0 15px 0;
    padding: 15px;
    width: 100%;
}
.hl-right li .more {
    margin-left: 15px;
}
.homearticle-list .fs18 {
    font-size: 16px;
}
.hl-right li .more span {
    font-size: 14px;
}
.homearticle-list .fs30 {
    font-size: 28px;
}
.zs-homebanner .swiper-pagination {
    bottom: 130px;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet {
    background: #CCCCCC;
}
.zs-homebanner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #e4362d;
}
.hl-left .info {
    padding: 15px;
}
.ac-list {
    padding: 10px 0 0 0;
}
.ac-list li {
    padding: 0 10px !important;
}
.case-card {
    box-shadow: 0px 3px 10px rgba(231,231,231,0.65);
}
}